All Questions
2 questions
0votes
2answers
2kviews
Shell script with a for loop and an “array”
How can I use this shell script with for loop and an array. I would like to call create condition for quality gate creation of sonarqube with a for loop. Example: #!/bin/bash --login echo "...
0votes
1answer
243views
List with two values in every List Item
I want to store a list with name and email address and use it in the single for loop. And I want to do it in Shell. Knowing that shell list has a white space separator list = "john, [email protected]" "...